Skip to content

Conversation

antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented Jun 12, 2023

Merge the latest content from master branch to gold/2021.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

antonwolfy and others added 30 commits March 7, 2023 01:04
* Add support of bool type in bitwise operations

* Update dpnp/dpnp_algo/dpnp_algo_bitwise.pyx
Removed linker option -fsycl-device-code-split=per_kernel option
from CFLAGS, added SDL mandated -fwrapv
* Add dpnp.extract() using dpctl.tensor.extract()
Set dependencies for dpnp_algo Cython extension to account for files involved via use of include
* Reuse dpctl.tensor.place for dpnp.place

* Remove unused declaration and usefixtures
To build dpnp, one one does

```bash
CC=icx CXX=icpx python setup.py develop -G Ninja -- -DDPCTL_MODULE_PATH=$(python -m dpctl --cmakedir)
```

or on Windows

```cmd
python setup.py develop -G Ninja -- -DDPCTL_MODULE_PATH=<path> -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icx
```

where the `<path>` is the output of `python -m dpctl --cmakedir`.
…dpnp_backend_c in target_link_libraries for CTest
@antonwolfy antonwolfy requested a review from xaleryb June 12, 2023 21:46
@antonwolfy antonwolfy self-assigned this Jun 12, 2023
@antonwolfy antonwolfy merged commit 67bead1 into gold/2021 Jun 12, 2023
@antonwolfy antonwolfy deleted the merge_to_gold branch June 12, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants